home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / PetPred.Dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  190 b   |  12 lines

  1. on mouseUp
  2.   global done5, done6
  3.   puppetSound("quicky harp")
  4.   updateStage()
  5.   set done5 to 1
  6.   if done5 and not done6 then
  7.     go("Dark", "petMM")
  8.   else
  9.     go(1, "exitPet")
  10.   end if
  11. end
  12.